home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Stefan / Stefan0902226_install.exe / themes / templates / moro / style.css < prev   
Cascading Style Sheet File  |  2007-06-18  |  1KB  |  71 lines

  1. * {background: #4A5A42;}
  2. body{background: #4A5A42; margin:0px;}
  3. div{margin: 0px;border: 0px;}
  4. p{margin: 0px;padding: 1px 5px;}
  5. img{vertical-align: middle;}
  6. a{color:#FFF}
  7.  
  8. #edit, #edit p {
  9.     font-family: Arial;
  10.     font-size: 11px;
  11.     font-weight: normal;
  12.     color: white;
  13.     background-color:#4A5A42;
  14.     text-align:left;
  15.     vertical-align:top;
  16.     margin:0px;
  17.     padding:0px;
  18.     word-wrap:break-word;
  19. }
  20.  
  21. div#in{background-color:#627458}
  22. div#out{background-color:#4A5A42}
  23. div#sys{background-color:#4A5A42}
  24. div#header_in, div#header_out {
  25.     height: 15px;
  26.     padding-top: 4px;
  27. }
  28. #message_name_in, #message_name_out{
  29.     font-family: Verdana;
  30.     font-size: 10px;
  31.     font-weight: bold;
  32.     float:left;
  33.     text-align:center;
  34.     padding:1px;
  35.     color:#FFFFFF;
  36.     border: solid 1px #252D21;
  37.     margin-left: 9px;
  38.     background: #3A4434 url(nbkg.gif) repeat-x top left;
  39.     padding-right:2px;
  40. }
  41. #message_time_in, #message_time_out{
  42.     text-align: right;
  43.     font-family: Arial;
  44.     font-size: 11px;
  45.     float:right;
  46.     padding:1px;
  47.     text-align:center;
  48.     background: #3A4434 url(nbkg.gif) repeat-x top left;
  49.     color: #FFFFFF;
  50. }
  51. #sysmessage_time{
  52.     font-family: Verdana;
  53.     font-size: 10px;
  54.     color: #FFFFFF;
  55.     padding:2px 0px;
  56. }
  57. div#text_in, div#text_out {
  58.     padding: 5px 9px;
  59.     font-family: Arial;
  60.     font-size: 11px;
  61.     color:#FFFFFF;
  62. }
  63. div#sysmessage_text{
  64.     padding:2px 0px;
  65.     font-family: Arial;
  66.     font-size: 11px;
  67.     color:#F30000;
  68.     font-weight:bold;
  69. }
  70. div#break {height:1px;background-color:#252D21;overflow:hidden}
  71.